projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a51a85
)
* Makefile.in (install-etc): Remove unnecessary chown.
author
Glenn Morris
<rgm@gnu.org>
Wed, 26 Jan 2022 21:58:21 +0000
(16:58 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 26 Jan 2022 21:58:21 +0000
(16:58 -0500)
Not needed since this rule was changed to not use tar, 2012-05-11.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 8ac6f5274699b9465dfe72e44c9b853ca25d83f2..877802ec11c5dc434b098c8f2b01f5b765f00899 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-694,8
+694,6
@@
install-etcdoc: src install-arch-indep
printf 'Copying %s to %s ...\n' "etc/$$docfile" \
"$(DESTDIR)${etcdocdir}"; \
${INSTALL_DATA} etc/$${docfile} "$(DESTDIR)${etcdocdir}/$${docfile}"; \
- $(set_installuser); \
- chown $${installuser} "$(DESTDIR)${etcdocdir}/$${docfile}" || true ; \
else true; fi
## FIXME: